set the G_PARAM_CONSTRUCT flag on the GtkWindow:application property
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Tue, 10 Jan 2012 15:03:15 +0000 (16:03 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Tue, 10 Jan 2012 15:03:57 +0000 (16:03 +0100)
commitd4fe912879ce1b19490ba5729f67a27b1cf397c9
tree2b85d1f1dc04ecf8fbc2c1b16601bcfc2584f2f0
parent2ceb092afca29e6da870c81a67e9049497652689
set the G_PARAM_CONSTRUCT flag on the GtkWindow:application property

This allows subclass to get the value of this property in their constructed
method.

https://bugzilla.gnome.org/show_bug.cgi?id=667628
gtk/gtkwindow.c